crypto/internal/fips140/ecdsa.hmacDRBG.V (field)

20 uses

	crypto/internal/fips140/ecdsa (current package)
		hmacdrbg.go#L26: 	V  []byte
		hmacdrbg.go#L67: 	d.V = bytes.Repeat([]byte{0x01}, size)
		hmacdrbg.go#L72: 	h.Write(d.V)
		hmacdrbg.go#L80: 		l := len(d.V) + 1 + len(entropy) + len(nonce)
		hmacdrbg.go#L90: 	h.Write(d.V)
		hmacdrbg.go#L91: 	d.V = h.Sum(d.V[:0])
		hmacdrbg.go#L94: 	h.Write(d.V)
		hmacdrbg.go#L102: 		l := len(d.V) + 1 + len(entropy) + len(nonce)
		hmacdrbg.go#L112: 	h.Write(d.V)
		hmacdrbg.go#L113: 	d.V = h.Sum(d.V[:0])
		hmacdrbg.go#L154: 		d.hK.Write(d.V)
		hmacdrbg.go#L155: 		d.V = d.hK.Sum(d.V[:0])
		hmacdrbg.go#L156: 		tlen += copy(out[tlen:], d.V)
		hmacdrbg.go#L166: 	d.hK.Write(d.V)
		hmacdrbg.go#L171: 	d.hK.Write(d.V)
		hmacdrbg.go#L172: 	d.V = d.hK.Sum(d.V[:0])